home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / makemdi2.zip / MAKEMDI2.BAT < prev    next >
DOS Batch File  |  1992-01-18  |  130b  |  8 lines

  1. rem
  2. rem makemdi2 srcfile dstfile filename ClassName
  3. rem
  4. echo %1 --> %2
  5. copy %1 %2 >nul
  6. rep makemdi %3 %2
  7. rep MakeMDI %4 %2
  8.